Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Unary Negation Operator

In This Topic
    Unary Negation Operator (Fraction<T>)
    In This Topic
    Defines the unary "-" operator.
    Syntax
    'Declaration
     
    
    Public Operator -( _
       ByVal operand As Fraction(Of T) _
    ) As Fraction(Of T)
    public Fraction<T> operator -( 
       Fraction<T> operand
    )

    Parameters

    operand
    See Also